home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disk User Volume 4 #3 / Commodore_Disk_User_Vol.4_3_1991_-.d64 / external help < prev    next >
Text File  |  2022-10-26  |  4KB  |  172 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.            EXTERNAL COMMANDS
  7.                   FOR
  8.  
  9.           OPEN SYSTEM KA43/5
  10.  
  11.  
  12. All commands have the syntax:
  13.  
  14. <left arrow>X"COMMAND"',EXPRESSION'
  15.  
  16. where  <EXPRESSION>  is mandatory
  17. and    'EXPRESSION'  is  optional
  18. Do not print these brackets, they are
  19. only shown for your convinience.
  20.  
  21. After a command is loaded, a recall can
  22. be made with only :
  23.  
  24. <left arrow>X',parameters'
  25.  
  26. Eg.       : <l.arrow>X"AUTO",100,10
  27. and later : <l.arrow>X,100,10
  28.  
  29. EXTERNAL COMMANDS:
  30.  
  31. "APPEND","NAME"',D'
  32. where D=1 for tape and 8 for disk.
  33.  
  34.  
  35. "AUTO",<line start>',step'
  36. Auto linenumbering. Cusor down to an
  37. empty line and press  <RETURN>   to
  38. disable.
  39.  
  40.  
  41. "BIG CHARACTERS"
  42. Prints double height characters to the
  43. text screen. This is achived with the
  44. same text on two adjacent lines, the
  45. second time with  RVS  on. Use NORSK or
  46. another foreign font to configure the
  47. computer for RAM based characters
  48. before you enter this command.
  49.  
  50.  
  51. "DATA AUTO",<line start>',step'
  52. as AUTO with DATA written automatically
  53. after the linenumber.
  54.  
  55.  
  56. "DELETE",'lineno'-'linjeno'
  57. deletes all lines between given
  58. numbers.
  59.  
  60.  
  61. "EASY LIST"
  62. prints CBM control codes as readable
  63. mnemonics. Repeat <l.arrow>X to turn
  64. off EASY LIST mode.
  65.  
  66.  
  67. "FILE-READER","FILE"',D'',M'
  68. reads files, both SEQ and PRG, from
  69. disk to device D where 3 is screen
  70. (default) 4 to 7 are printers and 2 is
  71. RS232C (OPEN file 125 before sending to
  72. RS232C,eg.:OPEN 125,2,3,CHR$(8)+CHR$(1)
  73. for 1200 baud. POKE<Adr.+341>,2 if you
  74. use KA43/5 as this will let the the
  75. conversion from PET ASCII to Standard
  76. ASCII take effect on the RS232C
  77. channel. Use <l.arrow>C2).
  78.      M is mode, 0 for only printable
  79. letters (all control codes off,
  80. default) while 1 gives all letters
  81. (transparent).  LOCK  the screen with
  82. SHIFT, and STOP with F7.
  83.  
  84.  
  85. "FIND",'start lineno':<hunt>
  86. hunts expressions in a BASIC program.
  87. If you are hunting for reserved Basic
  88. words, they must be enclosed in single
  89. apostrophes (i.e. SHIFT 7).
  90.  
  91.  
  92. "FUNCTION KEYS"
  93. Finish key definition with left arrow
  94. for automatic 'RETURN'. RUN/STOP
  95. RESTORE for reset. Start up without
  96. redefining:  POKE788,144:POKE789,192.
  97.  
  98.  
  99. "HELP KA43/5"
  100. Help menu
  101.  
  102.  
  103. "KLOKKE"',hour:min:sec'        WATCH
  104. "KLOKKE",B to disable (blank), but the
  105. watch keeps going. Only "KLOKKE" to
  106. turn on display again. You should
  107. disable before SAVE'ing. Both hour, min
  108. and sec must be set!
  109.  
  110.  
  111. "KOPI"
  112. Dumps text screen to printer using the
  113. character font of the printer
  114.  
  115.  
  116. "MERGE","NAVN",<D>
  117. only for disk with D from 8 (normal
  118. disk no.) to 15. The merged file from
  119. the disk overwrites any lines in memory
  120. with the same number.
  121.  
  122.  
  123. "NORSK"
  124. Foreign character set (others are also
  125. available on the system disk).  The
  126. screen address is 52224 (=204*256), and
  127. the character set lies  under the
  128. KERNAL. You can print out the character
  129. set with  <l.arrow>G27,224.
  130.  
  131.  
  132. "OLD"
  133. Resets a lost BASIC program
  134.  
  135.  
  136. "RENUMBER"',start'',step'',line-line'
  137. Use line-line when you only want part
  138. of a Basic program (i.e. only old lines
  139. between numbers given) renumbered.
  140.  
  141.  
  142. "VARIABLE DUMP"
  143. Shows the variables and their values
  144. when a Basic program has been run.
  145.  
  146.     OSLO 15-JAN-1989 by K. Aanestad
  147.  
  148.  
  149.  
  150.              HINT AND TIPS
  151.  
  152. It is good practice only to use one
  153. EXTERNAL COMMAND at a time. Remember
  154. that <l.arrow>X jumps to last program
  155. loaded. Keeping to this habit you will
  156. never need to remember the start
  157. address, and you avoid to overlap
  158. programs and lock-ups . NORSK and
  159. KLOKKE (i.e. foreign character sets and
  160. watch) can both be in RAM at the same
  161. time. None of these will interfere with
  162. any of the other EXTERNAL commands.
  163.  
  164. OLD, DELETE, APPEND and MERGE will not
  165. work on a BASIC program with a
  166. machine-code tail (eg. the KA43
  167. loader). RENUMBER may have problems
  168. with some Basic extensions. All
  169. commands are independent of KA43/5 and
  170. can be used with their SYS<address>.
  171.                                        
  172.